Revert "Update gtktreestore.c: gtk_tree_store_remove didn't have the proper comment...
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Nov 2020 02:36:34 +0000 (21:36 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 8 Nov 2020 02:36:34 +0000 (21:36 -0500)
This reverts commit 32baa0a54990abec3c60deb0ee8008fbbfc9a809.

See discussion in https://gitlab.gnome.org/GNOME/gtk/-/issues/78
for the background.

gtk/gtktreestore.c

index abc7ca36d49875a57788469a85ca092da2bcce39..27cc237a49c7893e466e41e083fef43b2f56e8fe 100644 (file)
@@ -1192,7 +1192,7 @@ gtk_tree_store_set (GtkTreeStore *tree_store,
 /**
  * gtk_tree_store_remove:
  * @tree_store: A #GtkTreeStore
- * @iter: (inout): A valid #GtkTreeIter
+ * @iter: A valid #GtkTreeIter
  * 
  * Removes @iter from @tree_store.  After being removed, @iter is set to the
  * next valid row at that level, or invalidated if it previously pointed to the